zephyr: trace: use zephyr utilities when enabled#4227
zephyr: trace: use zephyr utilities when enabled#4227lgirdwood merged 1 commit intothesofproject:mainfrom
Conversation
Use the Zephyr sys/printk.h when Zephyr RTOS is used. Suggested-by: Guennadi Liakhovetski <[email protected]> Signed-off-by: Iuliana Prodan <[email protected]>
|
This patch fixes the following warnings when building SOF with Zephyr on i.MX: |
|
The The commit message does not make sense to me either, it does not seem to match the code change. Instead it should have explained why this is required with your toolchain but not needed in the configurations already built in CI. Speaking of toolchains and CI, please add iMX to the list of SUPPORTED_PLATFORMS at the top of |
You're right, I shouldn't add the
I've added the warnings in a comment - see here.
I'm planning of adding imx in |
Thanks!
You can say "I don't know why" in the commit message and sometimes in the source code even. It happens :-) "What gets us into trouble is not what we don't know. It's what we know for sure that just ain't so.”
Agreed; let's not add to CI something that does not work yet. Otherwise people stop looking at it. Thanks for the links and reminders. |
|
Here are some details about my configuration that does not need this commit for the record and in case anyone would like to get to the bottom of this. Besides the pre-processor (and doxygen a bit), no one ever understands the maze of |
Use the Zephyr sys/printk.h when Zephyr RTOS is used.
Suggested-by: Guennadi Liakhovetski [email protected]
Signed-off-by: Iuliana Prodan [email protected]